projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e0b284
)
Unify local variable section, and set byte-compile-warnings to `(not
author
Glenn Morris
<rgm@gnu.org>
Sun, 28 Oct 2007 23:50:47 +0000
(23:50 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 28 Oct 2007 23:50:47 +0000
(23:50 +0000)
cl-functions)'.
lisp/emacs-lisp/cl-seq.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-seq.el
b/lisp/emacs-lisp/cl-seq.el
index 8016b75aad9c47c26c25660fc913d6301c22e130..4669d69c8720917e073aac75bab719bad24d9d77 100644
(file)
--- a/
lisp/emacs-lisp/cl-seq.el
+++ b/
lisp/emacs-lisp/cl-seq.el
@@
-1,4
+1,4
@@
-;;; cl-seq.el --- Common Lisp features, part 3
-*-byte-compile-dynamic: t;-*-
+;;; cl-seq.el --- Common Lisp features, part 3
;; Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005,
;; 2006, 2007 Free Software Foundation, Inc.
@@
-1020,6
+1020,8
@@
Atoms are compared by `eql'; cons cells are compared recursively.
(run-hooks 'cl-seq-load-hook)
;; Local variables:
+;; byte-compile-dynamic: t
+;; byte-compile-warnings: (not cl-functions)
;; generated-autoload-file: "cl-loaddefs.el"
;; End: